home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / ifcico / openterm.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-03  |  141 b   |  10 lines

  1. #include "xutil.h"
  2.  
  3. int openterm(char*);
  4. int openterm(addr)
  5. char *addr;
  6. {
  7.     debug(18,"try opening term connection \"%s\"",addr);
  8.     return 0;
  9. }
  10.